projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cdca46
)
Don't use a bundled gcc on windows
author
Alex Crichton
<alex@alexcrichton.com>
Mon, 22 Sep 2014 18:18:18 +0000
(11:18 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Mon, 22 Sep 2014 18:18:18 +0000
(11:18 -0700)
.travis.install.deps.sh
patch
|
blob
|
history
diff --git
a/.travis.install.deps.sh
b/.travis.install.deps.sh
index 4a082e923b543aeaa7bba151975ec204c70b9658..bece34213fca5424c2efc139e4e75aa703925f64 100755
(executable)
--- a/
.travis.install.deps.sh
+++ b/
.travis.install.deps.sh
@@
-59,6
+59,8
@@
else
curl -O http://$host/dist/rust-nightly-$triple.exe
innounp -y -x rust-nightly-$triple.exe
mv '{app}' rustc
+ # Don't use the bundled gcc, see rust-lang/rust#17442
+ rm -rf rustc/bin/rustlib/$triple/gcc
rm -f rust-nightly-$triple.exe
fi